-1

I updated my Xcode 9.2 to 9.3. Then after update, i used to compile my swift based project source, but it's not complete & no errors too.

Jvvinoth
  • 11
  • 2

2 Answers2

0

check Project target whether you have signed in developer account?

complete clean the project then build and run.

shift+cmd+opt+k to clean the project and cmd+B to build. Try out this!!

PvDev
  • 791
  • 21
  • 67
0

Worked by changing Swift Language version Swift 3.3 to Swift 4.1 (Build settings -> Swift Language Version)

Jvvinoth
  • 11
  • 2