Visual Studio Cordova iOS Remote Build Release Mode Error Code 70 -
i'm trying build cordova app , ios .ipa file publishing on app store.
i'm using phonegap-plugin-push plugin requires cocoapods. plugins , pods installed successfully. debug build successful , i'm able run app on simulators.
when i'm trying build release mode getting .ipa file, receive error:
build failed error code 70 ...
i think problem remote builder trying build .xcodeproj file. when i've opened project in xcode .xcodeproj file , tried build it, i've got same error , problem missing cocoapod plugin. when opened app .xcodeworkspace file in xcode , built it, build successful (cause cocoapod plugins included).
any ideas how fix release mode remote build in visual studio when using cocoapods?
Comments
Post a Comment