Search Unity

Unity iOS export stops creating workspace file after I remove GoogleMobileAds from project

Discussion in 'iOS and tvOS' started by thelearningapplications, Sep 27, 2022.

  1. thelearningapplications

    thelearningapplications

    Joined:
    Apr 23, 2019
    Posts:
    4
    Hi guys, I had a project with GoogleMobileAds SDK implemented. Now to compile ad-free version, I removed the SDK (deleted GoogleMobileAds folder from assets). Since then, the project no longer builds the workspace file when exporting to iOS. No errors show up in the console either. Just can't find the workspace file.

    I opened the older file that I had backed up before deleting google mobile ads. It exported just fine. Once again, deleted MobileAds from there and exported again. No workspace.
     
    Last edited: Sep 27, 2022
  2. Neonlyte

    Neonlyte

    Joined:
    Oct 17, 2013
    Posts:
    516
    Unity does not generate Xcode workspace it. I would guess that Google Ads uses CocoaPods, which is a common reason why a workspace is needed.