groue / GRMustache.swift

Flexible Mustache templates for Swift
http://mustache.github.com/
MIT License
594 stars 155 forks source link

Latest version is not compatible with XCodee 14.3. #90

Open harshcs opened 1 year ago

harshcs commented 1 year ago

Dear team, Latest version of Mustache framework is not compatible with XCodee 14.3. I have tried many ways to integrate in my app running on XCode 14.3 but it is not supporting.

fumito-ito commented 1 year ago

Hello @harshcs. In my environment, I am able to use Mustache.swift with Swift Package Manager in Xcode 14.3. If possible, could you provide the environment in which the issue is occurring, or a minimal project that can reproduce the problem?

harshcs commented 1 year ago

Hi fumito-ito Thanks for your response. Actually in my app integration via SPM is working but due to some requirement I need to add the framework Manually. I followed the manual integration process exactly as mentioned. Thing is that I have created a demo project in which I am able to integrate the Mustache manually as well.