rarfell / dimeApp

Dime is a beautiful expense tracker built with iOS design guidelines in mind.
https://apps.apple.com/sg/app/dime-budget-expense-tracker/id1635280255
GNU General Public License v3.0
879 stars 125 forks source link

Cannot install STool complains about repo not existing or invalid credentials #54

Open rodrigogonegit opened 4 months ago

rodrigogonegit commented 4 months ago

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:

x-xcode-log://4A436BA0-C322-4EC4-B309-2FDA4902CA56 github.com: https://github.com/TimmysApp/STools: The remote repository could not be accessed. Make sure a valid repository exists at the specified location and that the correct credentials have been supplied.

I've tried the general recipes found online, such as:

Current Behavior

Build is failing

Expected Behavior

Build not failing

Steps to Reproduce

  1. Clone
  2. Open project in xcode
  3. Try to resolve deps

Additional Information

No response

Alx-Ryan commented 4 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.

jacoblimzm commented 4 months ago

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.

zhuamaodeyu commented 4 months ago

1 : change swiftui-introspect dependency to main branch from Xcode Package Dependencies

  1. run update to latest packages version from Xcode File ----> Packages---> update to latest packages version
  2. change all import Introspect to import SwiftUIIntrospect
JamesQian1999 commented 1 month ago

I also have the same issue. Although, I try to change from Introspect to SwiftUIIntrospect following @zhuamaodeyu . Does anyone fix it?

yinuoyang01 commented 1 month ago

Followed the instructions from @zhuamaodeyu , still failed to build the project tho

riveraj33 commented 4 weeks ago

Has anyone figured this out? I am trying to build but keep getting this STools error like the others above me.