iOS Question Build simulator release app gives me the error

lowboyman

New Member
Licensed User
Longtime User
Hi,

The option "Build simulator release app gives me the error":



Ld /Users/administrator/Documents/UploadedProjects/<user id>/Payload/albabici.app/albabici normal x86_64 (in target 'B4iProject' from project 'B4iProject')
cd /Users/administrator/Documents/UploadedProjects/<user id>
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-ios7.0-simulator -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk -L/Users/administrator/Documents/UploadedProjects/<user id>/Payload -L../../Libs -F/Users/administrator/Documents/UploadedProjects/<user id>/Payload -F../../Libs -filelist /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphonesimulator/B4iProject.build/Objects-normal/x86_64/albabici.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -object_path_lto -Xlinker /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphonesimulator/B4iProject.build/Objects-normal/x86_64/albabici_lto.o -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -ObjC -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphonesimulator/B4iProject.build/albabici.app-Simulated.xcent -lCore_v11 -framework Foundation -framework CoreGraphics -framework UIKit -liGoogleMaps -liHUD -liHttp -liRandomAccessFile -liStringUtils -liTableView -liUI9 -framework AVFoundation -framework CoreData -framework CoreLocation -framework CoreBluetooth -framework Accelerate -framework CoreText -framework GLKit -framework ImageIO -lc++ -licucore -lz -framework OpenGLES -framework QuartzCore -framework SystemConfiguration -framework GoogleMaps -framework GoogleMapsBase -framework GoogleMapsCore -Xlinker -dependency_info -Xlinker /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphonesimulator/B4iProject.build/Objects-normal/x86_64/albabici_dependency_info.dat -o /Users/administrator/Documents/UploadedProjects/<user id>/Payload/albabici.app/albabici
ld: warning: OS version (7.0.0) too small, changing to 8.0.0
ld: warning: ignoring file ../../Libs/libiTableView.a, missing required architecture x86_64 in file ../../Libs/libiTableView.a (3 slices)
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_B4ITableView", referenced from:
objc-class-ref in b4i_main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)


Error: ** BUILD FAILED **





The following build commands failed:
Ld /Users/administrator/Documents/UploadedProjects/<user id>/Payload/albabici.app/albabici normal x86_64
(1 failure)



I need it for the ipad screenshots since the metadata of the last version has been rejected. It is the first time that I use this option, I imagine that I am doing something wrong.

Thank you
 
Top