|
Post by Priya Saini on Dec 26, 2017 6:09:27 GMT
On building the project from xcode, i am getting this error:
Apple Mach-O Librarian (libtool) Error Group
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't map file: /Users/Administrator/Library/Developer/Xcode/DerivedData/L3Ethics-fwkgxslcsuajuhhaoxnoquhgpdes/ArchiveIntermediates/rhorunner/BuildProductsPath/Release-iphoneos/librhoextlib.a (Invalid argument)
Please help
|
|
|
Post by Priya Saini on Dec 26, 2017 8:31:22 GMT
Changed the version to a lower one and now getting this error:
ld: warning: ignoring file /Users/Administrator/workspace/l3EthicsNov17/project/iphone/build/rhorunner.build/Release-iphonesimulator/rhorunner.build/libCoreAPI.a, missing required architecture armv7 in file /Users/Administrator/workspace/l3EthicsNov17/project/iphone/build/rhorunner.build/Release-iphonesimulator/rhorunner.build/libCoreAPI.a (2 slices) ld: '/Users/Administrator/workspace/l3EthicsNov17/project/iphone/Rhodes/build/Debug-iphoneos/libRhodes.a(RhodesBaseDelegate.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file '/Users/Administrator/workspace/l3EthicsNov17/project/iphone/Rhodes/build/Debug-iphoneos/libRhodes.a' for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|
|
Post by Dmitry Soldatenkov on Dec 26, 2017 8:58:03 GMT
What is your Rhodes version ? XCode version, iOS SDK version etc. ?
|
|
|
Post by Priya Saini on Dec 26, 2017 14:52:47 GMT
Rhodes 5.0.38, Xcode 9.1 IOS SDK 11.1 I created the build.yml a fresh with version number not written in quotes this time. Cleaned the provision profiles from system and did a fresh install. In xcode project, set the Bitcode Enable to No and it worked this time.
|
|
|
Post by Super Admin on Dec 26, 2017 15:06:05 GMT
Rhodes 5.0.38, Xcode 9.1 IOS SDK 11.1 I created the build.yml a fresh with version number not written in quotes this time. Cleaned the provision profiles from system and did a fresh install. In xcode project, set the Bitcode Enable to No and it worked this time. Hi Priya, Why do you use 5.0.38? It's completely outdated and not supported at all. You need to migrate to Rho >= 5.5 Regards, Konstantin
|
|
|
Post by Dmitry Soldatenkov on Dec 26, 2017 16:36:57 GMT
|
|
|
Post by Priya Saini on Dec 27, 2017 4:59:15 GMT
I installed Rhomobile suite 5.5.0.55 with rhodes 6.0.11. I get an error when i try to create android build or when i enable push. Creating new thread for the error.
|
|