FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FLEX 5 - FLEXMacros.h file not found

markltownsend opened this issue · comments

Environment

  • Platform+version: iOS 16
  • Xcode 14.1RC2
  • FLEX version: 5.22.10

Bug Report

Updating to the latest version of FLEX via Cocoapods is causing a compile error that it can't find FLEXMacros.h.

Here is the output from the compiler:

While building module 'FLEX' imported from /Users/mark/Flipboard/iOS/Flipboard-iOS/Classes/FLRootViewController.m:126:
In file included from <module-includes>:1:
In file included from /Users/mark/Library/Developer/Xcode/DerivedData/Flipboard-gxlfhdpdpkdlmtbvewkczxxbqjct/Build/Products/Debug-iphonesimulator/FLEX/FLEX.framework/Headers/FLEX-umbrella.h:17:
/Users/mark/Library/Developer/Xcode/DerivedData/Flipboard-gxlfhdpdpkdlmtbvewkczxxbqjct/Build/Products/Debug-iphonesimulator/FLEX/FLEX.framework/Headers/FLEX.h:23:9: fatal error: 'FLEXMacros.h' file not found
#import "FLEXMacros.h"
        ^~~~~~~~~~~~~~
1 error generated.
/Users/mark/Flipboard/iOS/Flipboard-iOS/Classes/FLRootViewController.m:126:9: fatal error: could not build module 'FLEX'
@import FLEX.FLEXManager;
 ~~~~~~~^~~~
2 errors generated.

I was able to finagle it to work by updating the pod a few times.