You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Hows it going.
I recently started getting this problem in XCode with this line of code
let auth = SPTAuth.defaultInstance()! //Error = Use of unresolved identifier 'SPTAuth'
this is inside the SPotifyOauthPlugin.swift file
I've tried all rebuilding the project in all the version of Xcode 9 and 10.
Then I installed Xcode 8 and converted the file from swift version 2 to 3 and then installed xcode 9 again and this did not fix the issue
Any idea of what it could be?
The text was updated successfully, but these errors were encountered:
I ran into this problem also. For me, I am running a meteor app, and the bridging header for the plugin was not being imported. If you are running a meteor app, you must edit the cordova ios project and import the bridging header.
Edit the file:
[app folder]/.meteor/local/cordova-build/platforms/ios/[Project Name]/Bridging-Header.h
Hello,
Hows it going.
I recently started getting this problem in XCode with this line of code
let auth = SPTAuth.defaultInstance()! //Error = Use of unresolved identifier 'SPTAuth'
this is inside the SPotifyOauthPlugin.swift file
I've tried all rebuilding the project in all the version of Xcode 9 and 10.
Then I installed Xcode 8 and converted the file from swift version 2 to 3 and then installed xcode 9 again and this did not fix the issue
Any idea of what it could be?
The text was updated successfully, but these errors were encountered: