Open jannomeister opened 5 years ago
@triniwiz any workaround?
@jannomeister try doing a clean build I updated the pod 😄
@triniwiz clean build like tns platform clean ios/android
?
my pod version is 1.7.5
@triniwiz Also my platform version is 6.*
Yes a clean build should be fine 👍
@triniwiz still getting the error. This is a new generated angular project.
the version of my xcode is 10.1
@triniwiz i really love your plugin but after upgrading to NS v6 its not working anymore. I have the same problem with the one commenting above. I really need this plugin for the app im working on.
Workaround : in xcode, go on starscream target, build settings and change the swift version to 4.2
EDIT : Easier solution : Create a file named "Podfile" in app/App_Resources/iOS if not existing already and add this to it :
post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '4.2' end end end
Error:
error: SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2. (in target 'Starscream')