Open rodrigogonegit opened 6 months ago
I also found this to be the case. I messaged Dev on X, no response back yet. This is a cool project hope this fixed.
same thing happened to me. visiting the repository https://github.com/TimmysApp/STools returns a 404. it appears that it either no longer exists, or was made private by the owner. this likely means the dependency needs to be removed from the project or replaced for it to work.
1 : change swiftui-introspect
dependency to main branch from Xcode Package Dependencies
File ----> Packages---> update to latest packages version
import Introspect
to import SwiftUIIntrospect
I also have the same issue. Although, I try to change from Introspect
to SwiftUIIntrospect
following @zhuamaodeyu .
Does anyone fix it?
Followed the instructions from @zhuamaodeyu , still failed to build the project tho
Has anyone figured this out? I am trying to build but keep getting this STools error like the others above me.
Hi, I encountered the same problem with S-Tools showing up in the dependencies but not being used anywhere in the project. It seems like the package is no longer needed, and removing it from the dependencies might resolve the issue. I wasn’t able to find any references to it in the code either. Would it be possible to update the project to remove S-Tools?
Prerequisites
Dime Version
Hey absolute newcomer to iOS dev here.
I'm trying to install the dependencies as instructed in the README but STools fails with:
I've tried the general recipes found online, such as:
➜ ~ rm -rf ~/Library/Developer/Xcode/DerivedData
Current Behavior
Build is failing
Expected Behavior
Build not failing
Steps to Reproduce
Additional Information
No response