You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just added [email protected] to my mobile application and now face the following error when I build the application through the command line ionic cordova build ios.
warning: MobileCoreServices has been renamed. Use CoreServices instead. (in target 'Branch' from project 'Pods')
** BUILD FAILED **
The following build commands failed:
CompileC /Users/daviddalbusco/Library/Developer/Xcode/DerivedData/MyApp-bigzspsapvykkddxevioqzdcuvoi/Build/Intermediates.noindex/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-normal/x86_64/AppDelegate+BranchSdk.o /Users/daviddalbusco/projects/bonjour/myapp/platforms/ios/MyApp/Plugins/branch-cordova-sdk/AppDelegate+BranchSdk.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
xcodebuild: Command failed with exit code 65
[ERROR] An error occurred while running subprocess cordova.
If I build the app in Xcode v11.4, I do not face any errors.
Hey @peterpeterparker Can you provide additional information about your build environment?
Cordova version, node/npm versions, cordova-ios version, installed plugins.
Hi,
I just added
[email protected]
to my mobile application and now face the following error when I build the application through the command lineionic cordova build ios
.If I build the app in Xcode v11.4, I do not face any errors.
P.S. A duplicate of #642 ?
The text was updated successfully, but these errors were encountered: