Hi all,
I’m new to CircleCI for mobile apps even if I use the plateform for backend CI/CD all the time.
I’m having trouble building an iOS app on CircleCi with fastlane. The build works nicely locally but seems to be broken on CircleCI. The code mixes Objective-C/Objective-C++/C++ and swift as well.
I’m using Xcode 10.1 for this build.
These are the kind of errors I’m having during build. Any help is welcome
❌ /usr/include/libxml2/module.modulemap:1:8: redefinition of module 'libxml2'
[05:32:39]: ▸ module libxml2 [system] [extern_c] {
[05:32:39]: ▸ ^
[05:32:39]: ▸ ❌ /Applications/Xcode-10.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:10: could not build module 'Dispatch'
[05:32:39]: ▸ #include <dispatch/dispatch.h>
[05:32:39]: ▸ ^
[05:32:39]: ▸ ❌ /Applications/Xcode-10.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:10: could not build module 'CoreFoundation'
[05:32:39]: ▸ #include <CoreFoundation/CoreFoundation.h>
[05:32:39]: ▸ ~~~~~~~~^