ricnaaru / adv_camera

Advanced Camera for Flutter
BSD 3-Clause "New" or "Revised" License
54 stars 35 forks source link

Running for local developement #50

Closed xavierpjb closed 3 years ago

xavierpjb commented 3 years ago

I tried running the project example locally but get

error: No profiles for 'com.ric.advCameraExample' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.ric.advCameraExample'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Runner' from project 'Runner'
The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flutter' from project 'Pods')

Tried messing around with the pod files to no avail. Am I missing something for the setup?

ricnaaru commented 3 years ago

Hmm, it must be the Deployment target, i'll check it..

xavierpjb commented 3 years ago

I was able to run it locally by changing xcode project development team in project.pbxproj. Thanks for checking