2021年4月5日星期一

Xcode is telling me "cannot find 'com' in scope for the set IOS bundle ID method for firebase

Below is the code & the method setIOSBundleID returns an error saying it cannot find 'com' in scope... not sure why any leads?

func emailCodeAuth(){          let actionCodeSettings = ActionCodeSettings()          actionCodeSettings.setIOSBundleID(com.IMHOTECHP.GiveMe!)          actionCodeSettings.handleCodeInApp = true          actionCodeSettings.url = URL(string: "giveme-d7861.firebaseapp.com")      }  
https://stackoverflow.com/questions/66961426/xcode-is-telling-me-cannot-find-com-in-scope-for-the-set-ios-bundle-id-method April 06, 2021 at 08:52AM

没有评论:

发表评论