Smartface 4.3.0. Emulator on iOS 8.3 - smartface.io

I have iOS 8.3 on my iPhone, so the emulator is not working.
I get this message: "Keep calm ;) You need to download Smartface in action from app store and then please try again."
I have an individual license, please advise.
Is this going to be fixed in Smartface 4.4?

I guess you heard about the restrictions in iOS 8.3.
Yes, for licenced users iOS emulator will be available again with the next release, which will be ready soon.
If you have a Mac, you can download the emulator project from the link below : https://github.com/smartface/iOS-Emulator
And you can compile it by yourself until the new release of Smartface4.4 is ready.
By the way, Android emulator was always and will always be available to use for all users including community users.

Related

Flutter cannot install app on iPhone after upgrade to iOS 13.1 and Xcode 11

Today I had this great idea to update my iPhone to iOS 13 and Xcode to version 11... (why not go for a cup f tea instead?!?)
So now I am not anymore able to install my app developed in flutter in my iPhone. Here is the log
2019-09-27 14:10:46.945 ios-deploy[8xxx2:9xxx95] [ !! ] Error 0xe800007f: Device doesn't support wireless sync. AMDeviceStartService(device, CFSTR("com.apple.debugserver"), &gdbfd, NULL)
Could not install build/ios/iphoneos/Runner.app on f7xxx37xxxxb5299ef.
Try launching Xcode and selecting "Product > Run" to fix the problem:
open ios/Runner.xcworkspace
Error launching application on xxx's iPhone.
If I run the app using Xcode it works fine but flutter does not work
I have seen this page where I think they are talking about the same problem but I am unsure of what I need to do to resolve...
Is there any expert who can suggest what to do ?? Thanks
Update
The fix has now hit stable release. To update:
flutter channel stable
flutter upgrade
Reference: https://github.com/flutter/flutter/issues/37699#issuecomment-537117087
Use a Non-Personal Team provisioning profile Instead of Personal Team.
Then run on a real iOS device running 13.3 or lower.
Reference: https://github.com/flutter/flutter/issues/48035
I had the same thing but the other answers didn't help me at all,
apparently it happened to me because I had too many app in development on the iPhone.
So my solution was to delete old apps I didn't need anymore and it worked like a charm.

Smartface not running , my iphone has an emulator

I use
smartface 4.3 &
itunes 12,
but when I press device emulator button in the smartface editor I get:
Keep calm ;) You need to download “Smartface in Action” from App Store and then please try again.
How to resolve this error?
Do you use an iPhone?
Do you have iOS 8.3 on your iPhone?
See this answer: Smartface 4.3.0. Emulator on iOS 8.3
There is an issue on iOS 8.3. On this version the iOS emulator is not working anymore. In the next version of Smartface the iOS emulator will be available only for paid accounts.

Xcode 4 will no longer run apps on 4.2.10 device (CDMA iPhone)

Up until today, I have been able to test my app on my CDMA iPhone, running 4.2.10. I am building against the 4.3 SDK, with a deployment target of 4.0.
After restarting my phone today, Xcode will no longer allow me to test the app on my phone, with this message in the Organizer window: "The version of iOS on "iPhone" does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed, or update to the latest version of the iOS SDK"
Unfortunately there are some bugs with location services in the simulator, so I can't use that for testing either.
Can I even install the 4.2 SDK in Xcode 4? Is anyone else having this problem, or (hopefully) does anyone know how to fix it? Thanks for any help!
If you install xcode 4 it will actually gather the build chain from your phone and use it for compiling. You can see this in the organizer window (Window->Organizer?).
You know I had that same issue i found that I had to download the latest xcode and reinstall because for some reason the ios that came with xcode knew how to build on my phone. Sorry man.

iOS 4.3.1 on the phone - does it work with XCode 3.x ? or only 4.0.1?

I upgraded my iPhone to the latest OS (4.3.1) yesterday, and noticed there is no corresponding XCode 3.x release, only a 4.x release (4.0.1).
Since upgrading I am getting warnings when I try to install apps on the device using my development certificates (Application failed codesign verification).
Not sure if the OS upgrade on the Phone and the error message are related, so I'm just asking the question if anyone else had this happening?
And are we supposed to use XCode 4.0.1 when we develop for the 4.3.1 iOS release or can we use a 3.x version as well?
The Xcode version number isn't important, but the SDK version number is. You can get the latest SDK with either Xcode 3.2.6 or Xcode 4.0.1 at the time that I'm writing this.
You can still download the XCode 3.2.6, it goes with the SDK 4.3, and it is free to download.
You can try with XCode 4 as well, but you have to either to have an iPhone or Mac Developer account (99$/year) or you need to buy it from the AppStore
It still works, however of you first attach your iPhone to Xcode it will ask you to download the debugging symbols off the phone. Answer Yes to this question and you are ready to go.
However there is one more thing: usually Apple makes restrictions about the SDK you should use when submitting apps to the store. So if you want to submit an app it could be that you have to use the most recent SDK.
Deploying an application directly from XCode 3.2.6 on a device where iOS 4.3.1 has just been installed won't work.
First, you need to open XCode's Organizer window and ask to collect information from the device. Then it will work fine.

Install Dev App on IPhone - Not in List

I have recently provisioned my IPhone to be a development device when I had version 3.1 of the firmware installed.
I was forced to upgrade firmware last night due to 3.2 being the base supported firmware by the framework I am using. I am now running 4.1 of the iOS firmware.
Before I did this the device showed up in XCode as a valid target to run my application aside from the simulator. Now when I open xcode I never see my device in the list. I also look at organizer and it is enabled for development as I am able to look at the console for the device.
Also the provisioning profiles are still there.
I am at a bit of a loss as to what is wrong. I appreciate any ideas people may have as to how I can fix this.
You're saying it shows up in the Organizer, but not in the "Overview" list in Xcode?
Are you perhaps still running the 4.0 SDK, and does it show up with a "yellow light" in the Organizer along with the error message like "this device's firmware is too new for me"? If so, updating to the 4.1 SDK should fix your problem.