Aze-Tech
Aze-Tech
I have the same issue, does anyone have a solution? ``` Traceback (most recent call last): File "music_token.py", line 6, in import jwt ImportError: No module named jwt ```
I have reinstalled `sudo pip install pyjwt` error went out...
@doodii , I also had the same problem, I solved it ... If you want to show unity view with button, Remove your main.mm file from Build Phases --> Compile...
@Josephine7 this will simply succeed in building and goes directly to unity screen, but it won't have storyboard or access with our app delegate or view controller button's.
``` override func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat { return 1.0 } override func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? { // UIView with background...
@zallanx , I have come across this same error, did you find any solution or any alternatives? please share
Did anyone find a solution, have the same issue though...
@BryanWBear Spotify have stopped updating old SDK. From native iOS or any app, we can't play spotify songs, have to go inside their Spotify main app and play songs. Spotify...