johnno1962 / InjectionNext

Fourth evolution of Code Injection for Xcode
MIT License
76 stars 2 forks source link

Build fails when adding InjectionNextDynamic #20

Closed regenrek closed 2 months ago

regenrek commented 2 months ago

Hey,

Is it mandatory?

image

Error:

image

Regards

johnno1962 commented 2 months ago

Hi, you need to add one or the other (See the Package.swift for more details). The "Dynamic" version is there only for when people's apps link with fishhook or other code in the client already and I may just take it out. Unfortunately, newer versions of Xcode make it easy to add both by default.