- Home /
Question by
JordiGR-TheBreachStudios · Sep 10, 2018 at 04:33 PM ·
buildbuild-errorbuild settingscloud
[Cloud build] iOS build error after changing compilation settings from Xcode 8.3 to Xcode 9+
Hi,
I changed the build settings from Xcode 8.3 to Xcode 9.0 and my builds started failing with the following error at the end:
...
133: Building with Xcode 9.0
134: fastlane finished with errors
135: /BUILD_PATH/.rvm/gems/ruby-2.1.1/gems/xcodeproj-1.5.7/lib/xcodeproj/project/object/helpers/groupable_helper.rb:18:in `parent': [!] [Xcodeproj] Consistency issue: no parent for object `Security.framework`: `FrameworksBuildPhase`, `FrameworksBuildPhase` (RuntimeError)
136: publishing finished successfully.
137: Finished: FAILURE
Any hint of what's going wrong?
Comment