iOS Question only debug compile?

cirollo

Active Member
Licensed User
Longtime User
On my beta version I've noticed there's only the debug compilation, not the release, is it correct?

When I go outside with my iphone, I cannot test the app because tries to connect to the ide (No wifi connection, waiting for ide to connect), is it a limit of the beta?

thanks

ciro
 

marcel

Active Member
Licensed User
Longtime User
Got some error here when doing this?

B4X:
Error: 2014-11-09 11:59:19.734 xcodebuild[2119:87440] [MT] DVTAssertions: Warning in /SourceCache/IDEFrameworks/IDEFrameworks-6604/IDEFoundation/SourceControl/Model/IDESourceControlManager.m:423
Details:  Error Domain=com.apple.dt.IDESourceControlErrorDomain Code=-1 "Missing extension: public.vcs.subversion" UserInfo=0x7ff042c38970 {NSLocalizedDescription=Missing extension: public.vcs.subversion}
Object:   <IDESourceControlManager: 0x7ff042e3dcb0>
Method:   -loadRepositories
Thread:   <NSThread: 0x7ff042c2e100>{number = 1, name = main}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
** BUILD FAILED **


The following build commands failed:
    CpResource b4i_host_ip.txt Payload/B4i\ googlemaps.app/b4i_host_ip.txt
(1 failure

I am building the Google Maps example to a release app.
 
Upvote 0
Top