T tzfpg Active Member Licensed User Longtime User Jul 27, 2015 #1 Now i cannot build my app. Here is my error code : B4X: Error: ** BUILD FAILED ** The following build commands failed: Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/Anywhere\ Staff\ Location normal arm64 (1 failure) Please help me.
Now i cannot build my app. Here is my error code : B4X: Error: ** BUILD FAILED ** The following build commands failed: Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/Anywhere\ Staff\ Location normal arm64 (1 failure) Please help me.
Erel B4X founder Staff member Licensed User Longtime User Jul 27, 2015 #2 You should post the full text from the compilation window (make sure not to include your user id if you are using the hosted builder). Upvote 0
You should post the full text from the compilation window (make sure not to include your user id if you are using the hosted builder).
T tzfpg Active Member Licensed User Longtime User Jul 27, 2015 #3 Too long so i put it on txt file.. thanks Attachments error_log.txt 247.6 KB · Views: 272 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jul 27, 2015 #4 Are you using Xcode 6.4? Upvote 0
T tzfpg Active Member Licensed User Longtime User Jul 27, 2015 #5 In Mac PC already update Xcode to version 6.4 but when open Xcode it show version 6.2(6C131E) Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jul 27, 2015 #6 Run xcodebuild -version from the terminal to see the default xcode. You can uninstall Xcode 6.2. Upvote 0
T tzfpg Active Member Licensed User Longtime User Jul 27, 2015 #7 default version is 6.2, so how to make default to 6.4? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jul 27, 2015 #8 You can uninstall the old version. Or follow these instructions: https://developer.apple.com/library...mandLineTools/SpecifyingCommandLineTools.html Last edited: Jul 28, 2015 Upvote 0
You can uninstall the old version. Or follow these instructions: https://developer.apple.com/library...mandLineTools/SpecifyingCommandLineTools.html
T tzfpg Active Member Licensed User Longtime User Jul 28, 2015 #9 Thanks Erel, After install Xcode 6.4, everything running smooth back....... Upvote 0