Genexus 15 U10 on iOS comes out error "No module GXAudio found"

0

I have a problem when trying to compile my iOS project with Genexus 15 U10 with Xcode 9.3 (9E145). I can not find the Genexus librarian modules and it does not allow me to build the project.

NOTE: It should be noted that I have to open the .xcworkspace project with the Xcode in order to see the exact error.

NOTE 2: I also made sure that the Genexus libraries (.framework) are inside the "/Users/USER/Library/GeneXus/GeneXus/15.0.123190_U10"

<unknown>:0: error: failed to emit precompiled header '/Users/USER/Library/Developer/Xcode/DerivedData/MyApp-cxgevdwewdnzntfqxpkebjadwduz/Build/Intermediates.noindex/PrecompiledHeaders/MyApp-Bridging-Header-swift_U6BX7CP55HQ7-clang_UAQJOSERRE9S.pch' for bridging header '/Users/USER/Documents/Projects/MyApp/dotNet Environment/MyApp/MyApp-Bridging-Header.h'
    
asked by Peter Arcentales 14.05.2018 в 17:55
source

1 answer

0

I would try to clean the project to see if it is solved:

  • In Xcode, Product > Clean
  • Build
  • If that does not fix it, then I would try erasing the Derived Data directory:

  • In Xcode, Preferences ..., Locations, go to the directory where the Derived Data is located
  • Delete the contents of said directory
  • In Xcode, Product > Clean
  • Build
  • If the problem persists, then in addition to points 1. to 3. of the previous comment, delete the directory ~/GeneXus/GeneXus/Library/15.0.123190_U10 , the directory of the project ( ~/Documents/Projects/<KB_name>/<Main_object_name> ), the directory mobile under the directory of the KB in Windows, and I would do a Rebuild del Main in GeneXus.

        
    answered by 14.05.2018 / 18:27
    source