pod install did some stuff but it didnt fix the build problem, is there anything i can do in my project to have them work by default using built hints or something? ie stop it stripping whatever. The last thing i need is to be using mac os and xcode, im clueless. All I want is to take some screenshots lol.
On Monday, April 23, 2018 at 7:37:38 PM UTC+8, Gareth Murfin wrote: > > IM trying to build sources using xcode because I need to submit to the > store (and I also need screenshots from some of the simulators), but I get > the above error when I try. > > more from xcode > > Ld > /Users/user910296/Library/Developer/Xcode/DerivedData/Merlin-ejxtvrtdnrwrygdgzltlnmpstntg/Build/Products/Debug-iphonesimulator/Merlin.app/Merlin > > normal x86_64 > cd > /Users/user910296/Desktop/GAZmac/d2ac446b-6fad-488b-a2b4-e3d7e5396fc7-1524482895289-sources/dist > export IPHONEOS_DEPLOYMENT_TARGET=7.0 > export > PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" > > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang > > -arch x86_64 -isysroot > /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk > > -L/Users/user910296/Library/Developer/Xcode/DerivedData/Merlin-ejxtvrtdnrwrygdgzltlnmpstntg/Build/Products/Debug-iphonesimulator > > -L/Users/user910296/Desktop/GAZmac/d2ac446b-6fad-488b-a2b4-e3d7e5396fc7-1524482895289-sources/dist/Merlin-src > > -F/Users/user910296/Library/Developer/Xcode/DerivedData/Merlin-ejxtvrtdnrwrygdgzltlnmpstntg/Build/Products/Debug-iphonesimulator > > -filelist > /Users/user910296/Library/Developer/Xcode/DerivedData/Merlin-ejxtvrtdnrwrygdgzltlnmpstntg/Build/Intermediates.noindex/Merlin.build/Debug-iphonesimulator/Merlin.build/Objects-normal/x86_64/Merlin.LinkFileList > > -mios-simulator-version-min=7.0 -dead_strip -Xlinker -object_path_lto > -Xlinker > /Users/user910296/Library/Developer/Xcode/DerivedData/Merlin-ejxtvrtdnrwrygdgzltlnmpstntg/Build/Intermediates.noindex/Merlin.build/Debug-iphonesimulator/Merlin.build/Objects-normal/x86_64/Merlin_lto.o > > -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 > -fobjc-link-runtime -ObjC -Xlinker -sectcreate -Xlinker __TEXT -Xlinker > __entitlements -Xlinker > /Users/user910296/Library/Developer/Xcode/DerivedData/Merlin-ejxtvrtdnrwrygdgzltlnmpstntg/Build/Intermediates.noindex/Merlin.build/Debug-iphonesimulator/Merlin.build/Merlin.app.xcent > > -framework OpenGLES -framework CoreGraphics -framework UIKit -framework > GLKit -framework Foundation -liconv -framework AddressBookUI -framework > SystemConfiguration -framework MapKit -framework AudioToolbox -lxml2 > -framework QuartzCore -framework AddressBook -lsqlite3 -lsqlite3.0 > -framework GameKit -framework Security -framework StoreKit -framework > CoreMotion -framework CoreLocation -framework MessageUI -framework > MediaPlayer -framework AVFoundation -framework CoreVideo -framework > QuickLook -framework CoreMedia -lz -framework MobileCoreServices -framework > SystemConfiguration -framework CoreImage -framework QuartzCore -lzbar > -lPods-Merlin -Xlinker -dependency_info -Xlinker > /Users/user910296/Library/Developer/Xcode/DerivedData/Merlin-ejxtvrtdnrwrygdgzltlnmpstntg/Build/Intermediates.noindex/Merlin.build/Debug-iphonesimulator/Merlin.build/Objects-normal/x86_64/Merlin_dependency_info.dat > > -o > /Users/user910296/Library/Developer/Xcode/DerivedData/Merlin-ejxtvrtdnrwrygdgzltlnmpstntg/Build/Products/Debug-iphonesimulator/Merlin.app/Merlin > > ld: library not found for -lPods-Merlin > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/ae6d2027-4372-4e4f-ba92-28d9d114fe7b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
