1
Ask a Question / Re: [Android] - Hiding navigation bar on 18:9 aspect ratio
« on: August 01, 2018, 03:55:26 am »
It works! Thank you so much!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Hello,
Have you tried replacing the GameActivity.java file under this link? http://community.stencyl.com/index.php?issue=46.20
If you are going to try this method, be sure to back up the file and the project before overwriting.
as far as I know, you always need a iOS license to test your games.
Maybe you can try this (it was working with a previous version of Stencyl and XCode) : http://mazeland.net/BLOG/wiki_27.html
Ld /Users/User/Library/Developer/Xcode/DerivedData/Test-dtolnxdioqsjqzawxnokirgpoosm/Build/Intermediates/Test.build/Debug-iphonesimulator/Test.build/Objects-normal/i386/Test normal i386
cd /Users/User/stencylworks/games-generated/Test/Export/ios
export IPHONEOS_DEPLOYMENT_TARGET=10.2
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 i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/User/Library/Developer/Xcode/DerivedData/Test-dtolnxdioqsjqzawxnokirgpoosm/Build/Products/Debug-iphonesimulator -L/Users/User/stencylworks/games-generated/Test/Export/ios/Test/lib/i386-debug -L/Users/User/stencylworks/games-generated/Test/Export/ios/Test/lib/i386 -F/Users/User/Library/Developer/Xcode/DerivedData/Test-dtolnxdioqsjqzawxnokirgpoosm/Build/Products/Debug-iphonesimulator -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk/System/Library/Frameworks -filelist /Users/User/Library/Developer/Xcode/DerivedData/Test-dtolnxdioqsjqzawxnokirgpoosm/Build/Intermediates/Test.build/Debug-iphonesimulator/Test.build/Objects-normal/i386/Test.LinkFileList -mios-simulator-version-min=10.2 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/User/Library/Developer/Xcode/DerivedData/Test-dtolnxdioqsjqzawxnokirgpoosm/Build/Intermediates/Test.build/Debug-iphonesimulator/Test.build/Objects-normal/i386/Test_lto.o -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -lstd -lregexp -llime-legacy -lgamecenter -lnative -lpurchases -lApplicationMain -stdlib=libc++ -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/User/Library/Developer/Xcode/DerivedData/Test-dtolnxdioqsjqzawxnokirgpoosm/Build/Intermediates/Test.build/Debug-iphonesimulator/Test.build/Test.app.xcent -framework UIKit -framework OpenAL -framework OpenGLES -framework QuartzCore -framework CoreAudio -framework CoreGraphics -framework AudioToolbox -framework AVFoundation -framework Foundation -framework CoreMotion -framework MediaPlayer -framework GameKit -framework SystemConfiguration -framework StoreKit -Xlinker -dependency_info -Xlinker /Users/User/Library/Developer/Xcode/DerivedData/Test-dtolnxdioqsjqzawxnokirgpoosm/Build/Intermediates/Test.build/Debug-iphonesimulator/Test.build/Objects-normal/i386/Test_dependency_info.dat -o /Users/Asuveroz/Library/Developer/Xcode/DerivedData/Test-dtolnxdioqsjqzawxnokirgpoosm/Build/Intermediates/Test.build/Debug-iphonesimulator/Test.build/Objects-normal/i386/Test
ld: library not found for -lApplicationMain
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Remove all your previous code.
Trigger this code when a coin is collected: