I am a beginner,When I generate an. iq file with a command(Export Project),An error was reported" ERROR: App exporting not supported ",Why is this
I am a beginner,When I generate an. iq file with a command(Export Project),An error was reported" ERROR: App exporting not supported ",Why is this
You are using the 7.0.x SDK which is beta, and you can't export with a beta SDK. Switch back to the 6.4.2 SDK.
You have given me a lot of help,Thank you very much
After switch back to the 6.4.2 SDK, no viable alternative at input 'as['
Look at the lines before what you posted. Are you missing something like a } or )?
You use the new format that is only available in SDK 7. Change it back to the old format:
function getInitialView() as Array<Views or InputDelegates>? {
return [ new MyConnectView(), new MyConnectDelegate() ] as Array<Views or InputDelegates>;
}
The problem has been solved, thank you very much
The problem has been solved, thank you very much
I want to know the compatibility of my watch app,How to switch watch models on CIQ simulator
1. Manifest choice Forerunner® 245 (240*240), Forerunner® 245 is OK
BUILD SUCCESSFUL
2. Manifest choice Forerunner® 255 (260*260) , Forerunner® 255 is not OK
ERROR: Target device id 'fr245' is not enabled in the application manifest file.
Many people reported strange things with the relatively new manifest editor. It's possible the things you see are not saved yet or something like that. I think the easiest workaround is to edit it in the text editor only